ShortcutKey2URL: 00
from ShortcutKey2URL自分用
ShortcutKey2URL: 00
code: script.js
document.location.href = document.location.href.replace(/\?^#*(#?.*)/, '$1');
#URLの余計なパラメータを消し飛ばす自分用